/* --------------------------------------------------
  幅800px以上のスタイル指定 ここから
-------------------------------------------------- */

@media screen and (min-width: 800px) {
  body {
    max-width: 2000px;
    font-family: 'Arial', 'Courier', 'メイリオ', sans-serif;
  }
  a {
    font-size: 14px;
  }
  h2 {
    font-size: 20px;
  }
  .top {
    padding: 10px 15% 0;
  }
  .top-title h2 {
    position: relative;
    padding: 1rem .5rem;
  }
  .top-title h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    content: '';
    border-radius: 3px;
    background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
    background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
    background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
  }
  .top-img-center {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .top-img-left {
    display: flex;
    justify-content: flex-end;
    padding: 5%;
  }
  /* ----- section 調整 -----*/
  .side {
    width: 23%;
    /* 幅指定 */
    float: left;
    /* 要素を並べる */
    text-align: center;
    padding: 5% 1% 2% 1%;
  }
  .main_content {
    width: 75%;
    /* 幅指定 */
    float: left;
    /* 要素を並べる */
    height: auto;
    /* 高さ指定 */
  }
  /* ------ side 調整 (title)------*/
  .side h2 {
    position: relative;
    display: inline-block;
    padding: 0 25px;
  }
  .side h2:before, .side h2:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 20px;
    height: 2px;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
  }
  .side h2:before {
    left: 0;
  }
  .side h2:after {
    right: 0;
  }
  /* ------ side 調整 (list)------*/
  .side-menu-nav {
    text-align: left;
    border-radius: 0px;
    overflow: hidden;
  }
  .side-menu {
    color: #fff;
    background: white;
    padding: .4em .0em;
    font-weight: bold;
  }
  .side-menu-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .side-menu-nav ul li {
    padding: 0;
    margin: 0;
  }
  .side-menu-nav ul li a {
    color: #3F51B5;
    font-weight: bold;
    text-decoration: none;
    display: block;
    border-bottom: 1px dotted #3F51B5;
  }
  /* ------ main_content 調整 ------*/
  .top-title-block {
    width: 100%;
  }
  .top-main-block {
    padding: 2% 2% 0 2%;
  }
  /* --------------------------------------------------
    本文　ここから
-------------------------------------------------- */
  a {
    font-size: 14px;
  }
  h2 {
    font-size: 20px;
  }
  .top {
    padding: 10px 15% 0;
    display: none;
  }
  .top-title h2 {
    position: relative;
    padding: 1rem .5rem;
  }
  .top-title h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    content: '';
    border-radius: 3px;
    background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
    background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
    background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
  }
  .top-img-center {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .top-img-left {
    display: flex;
    justify-content: flex-end;
    padding: 5%;
  }
  /* --------------------------------------------------
    ボタン
-------------------------------------------------- */
  .btn-gradient-3d-simple {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background-image: linear-gradient(#6795fd 0%, #67ceff 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #5e7fca;
    width: 60%;
  }
  .btn-gradient-3d-simple:active {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
  }
  .btn-gradient-3d {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background-image: linear-gradient(#6795fd 0%, #67ceff 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #5e7fca;
    width: 60%;
  }
  /* --------------------------------------------------
    画面
-------------------------------------------------- */
  /* --------------------------------------------------
    ul
-------------------------------------------------- */
  ul {
    list-style: none;
  }


.sitemap-CompanyProfile table {
  width: 100%;
  padding: 2% 2%;
  }

 .sitemap-CompanyProfile tr{
  width: 100%;
 } 

 .sitemap-CompanyProfile td{
  width: 33%;
 }

.top-pc-table{
  padding: 2%;
}






  /* --------------------------------------------------
    ボタン
-------------------------------------------------- */
  section.btm-pi {
    width: 94%;
    margin: 3% auto;
  }
  a.btn_07 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #228bc8;
    box-sizing: border-box;
    width: 100%;
    height: 80px;
    padding: 0 25px;
    color: #228bc8;
    font-size: 16px;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition-duration: 0.2s;
  }
  a.btn_07:hover {
    background: #228bc8;
    border: 1px solid #05639a;
    color: #fff;
  }
  a.btn_07:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 40px 50px;
    border-color: transparent transparent #228bc8 transparent;
  }
  a.btn_07 span {
    position: absolute;
    bottom: 12px;
    right: 20px;
    display: inline-block;
  }
  a.btn_07 span:before {
    content: '';
    width: 16px;
    height: 16px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
  }
  a.btn_07 span:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: 2px solid #228bc8;
    border-right: 2px solid #228bc8;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 4px;
    margin-top: -3px;
  }
  /*----seiretu-----*/
  /*----- newstlye ------*/
  .btn-horizontal-border {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 12px 0 8px;
    text-decoration: none;
    color: black;
    width: 100%;
    text-align: center;
    background: rgba(103, 197, 255, 0.1);
    margin: 30px 0;
  }
  .btn-horizontal-border:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    top: 100%;
    left: 0;
    border-radius: 2px;
    background: black;
  }
  .btn-horizontal-border:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    top: 0;
    left: 0;
    border-radius: 2px;
    background: black;
  }
}
/* --------------------------------------------------
  幅600px以下のスタイル指定 ここから
-------------------------------------------------- */

@media screen and (max-width: 800px) {
  .top {
    padding: 75px 5% 0;
    background:
  }
  .top-title h2 {
    position: relative;
    padding: 1rem 1rem;
  }
  .top-title h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    content: '';
    border-radius: 3px;
    background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
    background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
    background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
  }
  .top-main h2 {
    font-size: 20px;
  }
  .top-main a {
    font-size: 16px;
  }
  .top-img-center {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .top-img-left {
    display: flex;
    justify-content: flex-end;
    padding: 5%;
  }
  /* --------------------------------------------------
    ボタン
-------------------------------------------------- */
  .btn-gradient-3d-simple {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background-image: linear-gradient(#6795fd 0%, #67ceff 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #5e7fca;
    width: 90%;
  }
  .btn-gradient-3d-simple:active {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
  }
  .btn-gradient-3d {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background-image: linear-gradient(#6795fd 0%, #67ceff 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #5e7fca;
    width: 90%;
  }
  /* --------------------------------------------------
    ul
-------------------------------------------------- */
  ul {
    list-style: none;
  }
  .top-main li {
    margin: 10px 0 0 0;
  }

.top-pc-table{
  display: none;
}




  /* --------------------------------------------------
    ボタン
-------------------------------------------------- */
  section.btm-pi {
    width: 95%;
    margin: 5% auto;
    max-width: 450px;
  }
  a.btn_07 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #228bc8;
    box-sizing: border-box;
    width: 100%;
    height: 80px;
    padding: 0 25px;
    color: #228bc8;
    font-size: 16px;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition-duration: 0.2s;
  }
  a.btn_07:hover {
    background: #228bc8;
    border: 1px solid #05639a;
    color: #fff;
  }
  a.btn_07:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 40px 50px;
    border-color: transparent transparent #228bc8 transparent;
  }
  a.btn_07 span {
    position: absolute;
    bottom: 12px;
    right: 20px;
    display: inline-block;
  }
  a.btn_07 span:before {
    content: '';
    width: 16px;
    height: 16px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
  }
  a.btn_07 span:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: 2px solid #228bc8;
    border-right: 2px solid #228bc8;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 4px;
    margin-top: -3px;
  }
  /*----- newstlye ------*/
  .btn-horizontal-border {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 12px 0 8px;
    text-decoration: none;
    color: black;
    width: 100%;
    text-align: center;
    background: rgba(103, 197, 255, 0.1);
    margin: 30px 0;
  }
  .btn-horizontal-border:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    top: 100%;
    left: 0;
    border-radius: 2px;
    background: black;
  }
  .btn-horizontal-border:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    top: 0;
    left: 0;
    border-radius: 2px;
    background: black;
  }
}



@media print{
  body {
    font-family: 'Arial', 'Courier', 'メイリオ', sans-serif;
  }
  a {
    font-size: 14px;
  }
  h2 {
    font-size: 20px;
  }
  .top {
    padding: 10px 15% 0;
  }
  .top-title h2 {
    position: relative;
    padding: 1rem .5rem;
  }
  .top-title h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    content: '';
    border-radius: 3px;
    background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
    background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
    background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
  }
  .top-img-center {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .top-img-left {
    display: flex;
    justify-content: flex-end;
    padding: 5%;
  }
  /* ----- section 調整 -----*/
  .side {
    width: 23%;
    /* 幅指定 */
    float: left;
    /* 要素を並べる */
    text-align: center;
    padding: 5% 1% 2% 1%;
  }
  .main_content {
    width: 75%;
    /* 幅指定 */
    float: left;
    /* 要素を並べる */
    height: auto;
    /* 高さ指定 */
  }
  /* ------ side 調整 (title)------*/
  .side h2 {
    position: relative;
    display: inline-block;
    padding: 0 25px;
  }
  .side h2:before, .side h2:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 20px;
    height: 2px;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
  }
  .side h2:before {
    left: 0;
  }
  .side h2:after {
    right: 0;
  }
  /* ------ side 調整 (list)------*/
  .side-menu-nav {
    text-align: left;
    border-radius: 0px;
    overflow: hidden;
  }
  .side-menu {
    color: #fff;
    background: white;
    padding: .4em .0em;
    font-weight: bold;
  }
  .side-menu-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .side-menu-nav ul li {
    padding: 0;
    margin: 0;
  }
  .side-menu-nav ul li a {
    color: #3F51B5;
    font-weight: bold;
    text-decoration: none;
    display: block;
    border-bottom: 1px dotted #3F51B5;
  }
  /* ------ main_content 調整 ------*/
  .top-title-block {
    width: 100%;
  }
  .top-main-block {
    padding: 2% 2% 0 2%;
  }
  /* --------------------------------------------------
    本文　ここから
-------------------------------------------------- */
  a {
    font-size: 14px;
  }
  h2 {
    font-size: 20px;
  }
  .top {
    padding: 10px 15% 0;
    display: none;
  }
  .top-title h2 {
    position: relative;
    padding: 1rem .5rem;
  }
  .top-title h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    content: '';
    border-radius: 3px;
    background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
    background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
    background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
  }
  .top-img-center {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .top-img-left {
    display: flex;
    justify-content: flex-end;
    padding: 5%;
  }
  /* --------------------------------------------------
    ボタン
-------------------------------------------------- */
  .btn-gradient-3d-simple {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background-image: linear-gradient(#6795fd 0%, #67ceff 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #5e7fca;
    width: 60%;
  }
  .btn-gradient-3d-simple:active {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
  }
  .btn-gradient-3d {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background-image: linear-gradient(#6795fd 0%, #67ceff 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #5e7fca;
    width: 60%;
  }
  /* --------------------------------------------------
    画面
-------------------------------------------------- */
  /* --------------------------------------------------
    ul
-------------------------------------------------- */
  ul {
    list-style: none;
  }


.sitemap-CompanyProfile table {
  width: 100%;
  padding: 2% 2%;
  }

 .sitemap-CompanyProfile tr{
  width: 100%;
 } 

 .sitemap-CompanyProfile td{
  width: 33%;
 }

.top-pc-table{
  padding: 2%;
}






  /* --------------------------------------------------
    ボタン
-------------------------------------------------- */
  section.btm-pi {
    width: 94%;
    margin: 3% auto;
  }
  a.btn_07 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #228bc8;
    box-sizing: border-box;
    width: 100%;
    height: 80px;
    padding: 0 25px;
    color: #228bc8;
    font-size: 16px;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition-duration: 0.2s;
  }
  a.btn_07:hover {
    background: #228bc8;
    border: 1px solid #05639a;
    color: #fff;
  }
  a.btn_07:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 40px 50px;
    border-color: transparent transparent #228bc8 transparent;
  }
  a.btn_07 span {
    position: absolute;
    bottom: 12px;
    right: 20px;
    display: inline-block;
  }
  a.btn_07 span:before {
    content: '';
    width: 16px;
    height: 16px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
  }
  a.btn_07 span:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: 2px solid #228bc8;
    border-right: 2px solid #228bc8;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 4px;
    margin-top: -3px;
  }
  /*----seiretu-----*/
  /*----- newstlye ------*/
  .btn-horizontal-border {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 12px 0 8px;
    text-decoration: none;
    color: black;
    width: 100%;
    text-align: center;
    background: rgba(103, 197, 255, 0.1);
    margin: 30px 0;
  }
  .btn-horizontal-border:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    top: 100%;
    left: 0;
    border-radius: 2px;
    background: black;
  }
  .btn-horizontal-border:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    top: 0;
    left: 0;
    border-radius: 2px;
    background: black;
  }
  }